UCF STIG Viewer Logo

The vAMI must use FIPS 140-2 approved ciphers when transmitting management data during remote access management sessions.


Overview

Finding ID Version Rule ID IA Controls Severity
V-240926 VRAU-VA-000010 SV-240926r879519_rule High
Description
Remote management access is accomplished by leveraging common communication protocols and establishing a remote connection to the application server via a network for the purposes of managing the application server. If cryptography is not used, then the session data traversing the remote connection could be intercepted and compromised. Types of management interfaces utilized by an application server include web-based HTTPS interfaces as well as command line-based management interfaces.
STIG Date
VMware vRealize Automation 7.x vAMI Security Technical Implementation Guide 2023-09-12

Details

Check Text ( C-44159r675943_chk )
At the command prompt, execute the following command:

grep '^ssl.cipher-list' /opt/vmware/etc/lighttpd/lighttpd.conf

If the value of "ssl.cipher-list" is not set to "FIPS: +3DES:!aNULL", or is missing or is commented out, this is a finding.
Fix Text (F-44118r675944_fix)
Navigate to and open /opt/vmware/etc/lighttpd/lighttpd.conf.

Configure the lighttpd.conf file with the following value: 'ssl.cipher-list = "FIPS: +3DES:!aNULL"'